home *** CD-ROM | disk | FTP | other *** search
- #pragma once
- /*****
- *
- * DialogFunc.h
- *
- * This is a support file for "Grant's CGI Framework".
- * Please see the license agreement that accompanies the distribution package
- * for licensing details.
- *
- * Copyright ©1995,1996 by Grant Neufeld
- * grant@acm.com
- * http://arpp.carleton.ca/grant/
- *
- *****/
-
- #include "MyConfiguration.h"
- #if kCompileWithForeground
-
-
- /*** CONSTANT DECLARATIONS ***/
-
- /* used in all dialogs: button 1 is OK. Always set the default button to 1 */
- #define kDefaultButtonID 1
-
-
- /*** FUNCTION PROTOTYPES ***/
-
- pascal Boolean defaultAlert1ButtonEventFilter ( DialogPtr, EventRecord *, short * );
-
-
- #endif /* kCompileWithForeground */
-
- /***** EOF *****/
-